home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Examples / Workbench / README < prev    next >
Encoding:
Text File  |  1999-10-26  |  1.4 KB  |  58 lines

  1. This drawer contains a few test and demonstration programs for
  2. workbench.library and its new V44 API. The programs will do the
  3. following:
  4.  
  5.    AddHiddenDevice
  6.  
  7.       Add a device or volume to the list of devices Workbench
  8.       should not display.
  9.  
  10.    ClockIcon
  11.  
  12.       This is a very simplistic and none too sophisticated
  13.       example of a program which dynamically updates the appearance
  14.       of an AppIcon.
  15.  
  16.    CloseWorkbenchObject
  17.  
  18.       This demonstrates how a Workbench drawer can closed under
  19.       program control.
  20.  
  21.    GetHiddenDeviceList
  22.  
  23.       This prints the list of volumes and devices which Workbench
  24.       should not display.
  25.  
  26.    GetOpenDrawerList
  27.  
  28.       This prints the list of drawer windows Workbench has
  29.       currently open.
  30.  
  31.    GetProgramList
  32.  
  33.       This prints the list of programs that were launched from
  34.       Workbench and are still running.
  35.  
  36.    GetSelectedIconList
  37.  
  38.       This prints the list of icons currently selected.
  39.  
  40.    MakeIconVisible
  41.  
  42.       This will make an icon entirely visible, if possible.
  43.  
  44.    OpenWorkbenchObject
  45.  
  46.       This demonstrates how drawers can be opened and how and programs
  47.       can be launched by Workbench under program control.
  48.  
  49.    RemoveHiddenDevice
  50.  
  51.       Removes a device or volume from the list of devices Workbench
  52.       should not display.
  53.  
  54.    SelectIcon
  55.  
  56.       This demonstrates how an icon can be selected under
  57.       program control.
  58.